home *** CD-ROM | disk | FTP | other *** search
- # Attach interfaces
- # Syntax: attach <hw type> <I/O address> <vector> <mode> <label>
- # <bufsize> <mtu> [<speed>]
- #
- mycall n3eua-2
- #
- # attach com1: as a 4800 baud slip link
- attach asy 0x3f8 4 slip sl0 8192 1024 4800
- # attach com2: as a 4800 baud KISS link
- #attach asy 0x2f8 3 ax25 ax0 2048 576 4800
- #
- # Remainder of configuration
- #
- hostname clone.n3eua.cos.ampr
- digipeat off
- ttl 16
- ipaddr [44.32.0.2]
- route add default sl0
- gateway winfree
- window 512
- mss 256
- log \spool\net.log
- start smtp
- start ftp
- start echo
- start discard
- start telnet
- #
- # turn on tracing
- # trace f025
-